Click or drag to resize

ContentDisposition Constructor (ContentDispositionType)

Initializes a new instance of the ContentDisposition class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ContentDisposition(
	ContentDispositionType type
)

Parameters

type
Type: Independentsoft.Email.MimeContentDispositionType
The type.
See Also